home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / emacs18to19_v1_0.lha / README < prev    next >
Text File  |  1994-09-29  |  2KB  |  69 lines

  1. Short: Emacs v19 keybindings, functions for v18
  2. Type: util/gnu
  3. Uploader: jbednar@cs.utexas.edu (James A. Bednar)
  4. Author: jbednar@cs.utexas.edu (James A. Bednar)
  5.  
  6.  
  7.                  emacs18to19
  8.                  Version 1.0
  9.                    9/29/94
  10.  
  11.  
  12. DESCRIPTION
  13.  
  14. This GNU Emacs lisp file modifies most keybindings and some functions
  15. from GNUEmacs v18.58 to behave like those in GNUEmacs v19.  The
  16. changes enable a user to switch between v18 on the Amiga and v19 on
  17. Unix without confusion.  This is only an interim solution to the lack
  18. of a port of v19 to the Amiga; once that has been completed by
  19. someone, this file will be of historical interest only.
  20.  
  21.  
  22. CONTENTS
  23.  
  24. The archive contains the following files:
  25.  
  26.  
  27.     emacs18to19.el    -  Emacs Lisp file; read it for more info
  28.     emacs18to19.elc    -  Byte-compiled version of emacs18to19.el
  29.     COPYING            -  GNU General Public License
  30.     refcard19.tex   -  TeX source for GNUEmacs reference card from 
  31.                            the v19.22 Unix distribution
  32.     refcard19.ps    -  PostScript copy of reference card (2 pages)
  33.  
  34.  
  35. INSTALLATION 
  36.  
  37. To use emacs18to19.el, place it somewhere in your emacs load path
  38. (e.g., in GNUEmacs:lisp) and add lines like the following two in your
  39. .emacs file:
  40.  
  41.     ;; Modify keybindings for compatibility with Emacs v19:
  42.     (load "emacs18to19")
  43.  
  44. I recommend also placing the byte-compiled version emacs18to19.elc in
  45. your load path for faster loading, but if you do so remember to
  46. recompile the file emacs18to19.el if you make any changes to it or
  47. they will not take effect.
  48.  
  49.  
  50.  
  51. USAGE
  52.  
  53. Read the file emacs18to19.el for a detailed listing of the changes
  54. made to the emacs keybindings and functions.  For the most part, after
  55. loading this file the functions listed on the GNUEmacs Reference Card
  56. for Unix version 19 (refcard.ps) should operate properly.  Exceptions
  57. are listed in the file.
  58.  
  59.  
  60. LICENSE
  61.  
  62. The GNU General Public License covers the reference card and the
  63. functions added from the Emacs 19 distribution.  The rest of the file
  64. emacs18to19.el is completely in the public domain.  I would prefer,
  65. however, that my name remain on it if you redistribute substantial
  66. portions of it.  Read the file for more details.
  67.  
  68.  
  69.